4.1 Development

Who Assigned Stage
#Developer #Implementation
  1. Follow the CONTRIBUTING documentation.
  2. Implement the solution plan.
    • Ensure the code is well-documented[1].
  3. Create the Pull Request following the PULL_REQUEST_TEMPLATE.

Parallel[2] with: 4.2 Unit Testing


workflow.png


  1. A well-documented implementation follows the JavaDoc guidelines.↩︎

  2. While developers implement the solution plan, QA independently create and execute unit tests derived from the same solution plan. Results of these tests form a feedback loop, ensuring the implementation aligns with the intended solution.↩︎